home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1997 February / Computer Life February 1997.iso / S / wws9530 / Product / WORDSRCH.EXE / 0 / RCDATA / TPLAYER / TPLAYER.txt
Text File  |  1996-03-09  |  6KB  |  247 lines

  1. object Player: TPlayer
  2.   Left = 193
  3.   Top = 5
  4.   BorderStyle = bsSingle
  5.   Caption = 'Puzzle Play'
  6.   ClientHeight = 418
  7.   ClientWidth = 632
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   Position = poDefault
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnMouseDown = FormMouseDown
  17.   OnMouseMove = FormMouseMove
  18.   OnMouseUp = FormMouseUp
  19.   OnPaint = FormPaint
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 19
  23.   object CurrentTime: TPanel
  24.     Left = 16
  25.     Top = 383
  26.     Width = 73
  27.     Height = 25
  28.     BevelInner = bvLowered
  29.     Caption = '00:00:00'
  30.     Font.Color = clBlack
  31.     Font.Height = -15
  32.     Font.Name = 'Arial'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     TabOrder = 0
  36.   end
  37.   object TitlePanel: TPanel
  38.     Left = 12
  39.     Top = 8
  40.     Width = 253
  41.     Height = 29
  42.     BevelInner = bvLowered
  43.     BevelWidth = 2
  44.     Font.Color = clBlack
  45.     Font.Height = -17
  46.     Font.Name = 'Arial'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.     TabOrder = 1
  50.   end
  51.   object WordListPanel: TCanvasPanel
  52.     Left = 344
  53.     Top = 8
  54.     Width = 281
  55.     Height = 401
  56.     BevelInner = bvLowered
  57.     BevelWidth = 2
  58.     TabOrder = 2
  59.     object WordListLabel: TLabel
  60.       Left = 4
  61.       Top = 4
  62.       Width = 273
  63.       Height = 21
  64.       Align = alTop
  65.       Alignment = taCenter
  66.       Caption = 'Word List'
  67.       Font.Color = clBlack
  68.       Font.Height = -18
  69.       Font.Name = 'Arial'
  70.       Font.Style = [fsBold]
  71.       ParentFont = False
  72.     end
  73.   end
  74.   object MainMenu1: TMainMenu
  75.     Left = 120
  76.     object File1: TMenuItem
  77.       Caption = '&File'
  78.       ShortCut = 0
  79.       object MenuPrint: TMenuItem
  80.         Caption = '&Print'
  81.         ShortCut = 16464
  82.         OnClick = MenuPrintClick
  83.       end
  84.       object MenuSendAscii: TMenuItem
  85.         Caption = '&Send To Ascii'
  86.         ShortCut = 16467
  87.         OnClick = MenuSendAsciiClick
  88.       end
  89.       object N3: TMenuItem
  90.         Caption = '-'
  91.         ShortCut = 0
  92.       end
  93.       object Exit1: TMenuItem
  94.         Caption = 'E&xit'
  95.         ShortCut = 16472
  96.         OnClick = Exit1Click
  97.       end
  98.     end
  99.     object Options1: TMenuItem
  100.       Caption = '&Options'
  101.       ShortCut = 0
  102.       object MenuSound: TMenuItem
  103.         Caption = '&Use Sound'
  104.         ShortCut = 16469
  105.         OnClick = MenuSoundClick
  106.       end
  107.       object MenuTimer: TMenuItem
  108.         Caption = 'Use &Timer'
  109.         ShortCut = 16468
  110.         OnClick = MenuTimerClick
  111.       end
  112.       object MenuGrid: TMenuItem
  113.         Caption = 'Use &Grid'
  114.         ShortCut = 16455
  115.         OnClick = MenuGridClick
  116.       end
  117.       object MenuUpper: TMenuItem
  118.         Caption = 'Use Upper &Case'
  119.         ShortCut = 16451
  120.         OnClick = MenuUpperClick
  121.       end
  122.       object N4: TMenuItem
  123.         Caption = '-'
  124.         ShortCut = 0
  125.       end
  126.       object MenuCircle: TMenuItem
  127.         Caption = 'Circle &Answer'
  128.         ShortCut = 16449
  129.         OnClick = MenuCircleClick
  130.       end
  131.       object MenuHighlight: TMenuItem
  132.         Caption = '&Highlight Answer'
  133.         ShortCut = 16456
  134.         OnClick = MenuHighlightClick
  135.       end
  136.       object N1: TMenuItem
  137.         Caption = '-'
  138.         ShortCut = 0
  139.       end
  140.       object MenuPuzzleFont: TMenuItem
  141.         Caption = 'Puzzle &Font'
  142.         ShortCut = 16454
  143.         OnClick = MenuPuzzleFontClick
  144.       end
  145.       object MenuWordListFont: TMenuItem
  146.         Caption = '&Word List Font'
  147.         ShortCut = 16471
  148.         OnClick = MenuWordListFontClick
  149.       end
  150.       object N2: TMenuItem
  151.         Caption = '-'
  152.         ShortCut = 0
  153.       end
  154.       object MenuHint: TMenuItem
  155.         Caption = 'Hint &Mode'
  156.         ShortCut = 16461
  157.         OnClick = MenuHintClick
  158.       end
  159.       object MenuSelectSound: TMenuItem
  160.         Caption = '&Select Sounds'
  161.         ShortCut = 16453
  162.         OnClick = MenuSelectSoundClick
  163.       end
  164.     end
  165.     object MenuColor: TMenuItem
  166.       Caption = '&Color'
  167.       ShortCut = 0
  168.       object MenuTexture: TMenuItem
  169.         Caption = '&Background Texture'
  170.         ShortCut = 16450
  171.         OnClick = MenuTextureClick
  172.       end
  173.       object N5: TMenuItem
  174.         Caption = '-'
  175.         ShortCut = 0
  176.       end
  177.       object MenuBackground: TMenuItem
  178.         Caption = 'B&ackground'
  179.         ShortCut = 16496
  180.         OnClick = MenuBackgroundClick
  181.       end
  182.       object MenuUnfound: TMenuItem
  183.         Caption = '&Unfound Words'
  184.         ShortCut = 16497
  185.         OnClick = MenuUnfoundClick
  186.       end
  187.       object MenuFound: TMenuItem
  188.         Caption = '&Found Words'
  189.         ShortCut = 16498
  190.         OnClick = MenuFoundClick
  191.       end
  192.       object MenuPuzzleBack: TMenuItem
  193.         Caption = '&Puzzle Background'
  194.         ShortCut = 16499
  195.         OnClick = MenuPuzzleBackClick
  196.       end
  197.       object MenuPuzzleLetters: TMenuItem
  198.         Caption = 'Pu&zzle Letters'
  199.         ShortCut = 16500
  200.         OnClick = MenuPuzzleLettersClick
  201.       end
  202.       object MenuHighlighted: TMenuItem
  203.         Caption = '&Highlighted Letters'
  204.         ShortCut = 16501
  205.         OnClick = MenuHighlightedClick
  206.       end
  207.       object MenuTitles: TMenuItem
  208.         Caption = '&Titles'
  209.         ShortCut = 16502
  210.         OnClick = MenuTitlesClick
  211.       end
  212.       object MenuTimerColor: TMenuItem
  213.         Caption = 'T&imer'
  214.         ShortCut = 16503
  215.         OnClick = MenuTimerColorClick
  216.       end
  217.     end
  218.     object MenuHelp: TMenuItem
  219.       Caption = '&Help'
  220.       ShortCut = 0
  221.       OnClick = MenuHelpClick
  222.     end
  223.   end
  224.   object Timer1: TTimer
  225.     OnTimer = Timer1Timer
  226.     Left = 52
  227.   end
  228.   object HintTimer: TTimer
  229.     OnTimer = HintTimerTimer
  230.     Left = 88
  231.   end
  232.   object MyFontDialog: TFontDialog
  233.     Font.Color = clWindowText
  234.     Font.Height = -17
  235.     Font.Name = 'System'
  236.     Font.Style = []
  237.     MinFontSize = 0
  238.     MaxFontSize = 0
  239.     Left = 20
  240.   end
  241.   object MyColorDialog: TColorDialog
  242.     Ctl3D = True
  243.     Left = 88
  244.     Top = 104
  245.   end
  246. end
  247.